@charset "utf-8";


@media all and (max-width:1020px) { 

	.index-title {
		margin: 0 auto;
		width: 100%;
		height: 10px;
	}

	
/*首页-公司简介*/
	.index-about-us {
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		width: 94%;
	}

	.index-about-us .company-info {
		width: 100%;
		max-height: 710px;
		min-height: 400px; 
		/* height:auto;
		min-height:246px;
		max-height:522px; */
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}

	.index-about-us .company-info .info {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
	}

	.index-about-us .company-info .info h1 {
		display: block;
		width: 100%;
		color: #fff;
		/* font-size: 40px; */
		font-size:1.2em;
		text-align: left;
		font-family: "SourceHanSansCN-Bold";
		font-weight: normal;
		margin: 50px auto 0 auto;
	}

	.index-about-us .company-info .info p {
		display: inline-block;
		width: 100%;
		line-height: 40px;
		color: #fff;
		font-size: 1.0em;
		text-align: left;
		margin: 30px auto 0 auto;
	}

	.index-about-us .company-info .info p br {
		display: none;
	}

	.index-about-us .company-info .info .more {
		/* height: 28px; */
		height:20px;
	}

	.index-about-us .company-info .info  a {
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 30px auto;
		color: #c39958;
		font-size: 20px;
		text-align: left;
	}


/*首页-产品*/
	.index-product {
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		width: 94%;
	}

	.index-product .pro-item {
		display: block;
		width: 100%;
		overflow: hidden;
		max-height: 680px;
		min-height: 500px;
		margin: 0 auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover auto;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}

	.index-product .left {
		margin-bottom: 10px;
	}

	.index-product .pro-item .info {
		width: 100%;
		margin: 250px auto 0 auto;
		overflow: auto;
	}

	.index-product .pro-item .info a {
		display: block;
		margin: 0 auto;
		line-height: 80px;
		height: 80px;
		width: 215px;
		
		font-weight: 500;
		text-align: center;
		color: #fff;
		/* font-size: 40px; */
		font-size:28px;
		border: 4px solid #fff;
	}
     /*首页-应用案例*/
	.index-application-case {
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		width: 94%;
	}

	.index-application-case .appcase-item {
		margin: 0 auto;
		width: 100%;
		background: none;
		overflow: hidden;
	}

	.index-application-case .center {
		margin-bottom: 10px;
	}

	.index-application-case .appcase-item .info {
		width: 100%;
		margin: 50px auto 0 auto;
	}

	.index-application-case .appcase-item .info h2 {
		display: block;
		width: 100%;
		margin: 0 auto;
		line-height: 30px;
		text-align: center;
		color: #333;
		/* font-size: 30px; */
		font-size:26px;
	}

	.index-application-case .appcase-item .info p {
		display: block;
		margin: 10px auto 0 auto;
		width: 100%;
		overflow: hidden;
		line-height: 25px;
		text-align: center;
		color: #666;
		font-size: 20px;
	}

	.index-application-case .appcase-item .info a {
		display: block;
		margin: 10px auto 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.index-application-case .appcase-item .info .more {
		height: 22px;
	}

	.index-application-case .appcase-item .info .big {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.index-iso {
		margin: 10px auto 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.index-iso .iso-tab {
		margin: 0 auto;
		width: 100%;
		background: #c49958;
		overflow: hidden;
	}

	.index-iso .iso-tab h1 {
		display: inline-block;
		width: 100%;
		margin: 30px auto;
		text-align: center;
		color: #FFF;
		/* font-size: 30px; */
		font-size: 26px;
		font-family: "SourceHanSansCN-Bold";
		font-weight: normal;
	}

	.index-iso .iso-tab ul {
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
		width: 94%;
	}

	.index-iso .iso-tab ul li {
		text-align: center;
		line-height: 50px;
		width: 20%;
		float: left;
	}

	.index-iso .iso-tab ul li i {
		display: block;
		float: right;
		margin-top: 15px;
		width: 2px;
		height: 20px;
		background: #FFF;
	}

	.index-iso .iso-tab ul li a {
		color: #FFF;
		font-size: 16px;
		font-family: "SourceHanSansCN-Medium";
	}

	.index-iso .iso-tab ul .on {
		color: #FFF;
	}

	.index-iso .iso-tab ul .on a {
		color: #fff;
		padding-bottom: 13px;
		border-bottom: #fff solid 4px;
	}

	.index-iso .iso-tab-list {
		width: 100%;
		margin: 10px auto 0 auto;
		overflow: hidden;
	}

	.index-iso .iso-tab-list  .none {
		display: none;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.index-iso .iso-tab-list  .none img {
		width: 100%;
	}

	.index-iso .iso-tab-list  .block {
		display: block;
	} 

	
	/*首页ad start*/
	.index-ad1 {
		width: 100%;
		margin: 10px auto 0 auto;
		overflow: hidden;
	}

	.index-ad1 img {
		display: block;
		width: 100%;
	}

	.index-ad2 {
		width: 100%;
		margin: 10px auto;
		overflow: hidden;
	}

	.index-ad2 img {
		display: block;
		width: 100%;
	}	
   /*首页ad end*/

/*展会动态*/

	.pic-list {
		height: auto;
		margin: 10px auto;
		overflow: hidden;
		width: 94%;
	}

	.pic-list h1 {
		display: block;
		width: 100%;
		margin: 50px auto 0 auto;
		font-size: 30px;
		padding-bottom: 30px;
		border-bottom: #f1f1f1 solid 2px;
		color: #000;
		font-weight: 500;
	}

	.pic-list .last {
		width: 100%;
		margin: 30px auto;
		overflow: hidden;
		border-bottom: #f1f1f1 solid 2px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.pic-list .last p {
		text-align: left;
		font-size: 22px;
		color: #908f8f;
		padding-bottom: 20px;
		line-height: 30px;
	}

	.pic-list .last h2 {
		font-size: 22px;
		color: #666;
		font-weight: normal;
		line-height: 35px;
	}

	.pic-list .pic-line {
		border-bottom: #f1f1f1 solid 2px;
		padding-bottom: 20px;
	}

	.pic-list .pic-item {
		margin: 10px auto;
		width: 100%;
		overflow: hidden;
	}

	.pic-list .pic-item h2 {
		display: block;
		margin: 0 auto;
		width: 100%;
		line-height: 30px;
		color: #908f8f;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
	}

	.pic-list .pic-item h2 a {
		color: #908f8f;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		padding: 10px 0;
	}

	.pic-list .pic-item h3 {
		display: block;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}

	.pic-list .pic-item h3 img {
		display: block;
		margin: 0 auto;
		width: 100%;
	}

	.pic-list .pic-item h3 a {
		display: block;
		width: 100%;
		line-height: 30px;
		font-size: 18px;
		color: #999;
		font-weight: normal;
	}

	.pic-list .pic-item ul {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.pic-list .pic-item ul li {
		float: left;
		overflow: hidden;
		width: 49%;
		margin: 0 auto;
	}

	.pic-list .pic-item ul li:nth-child(even) {
		float: right;
	}

	.pic-list .pic-item ul li img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}


/*联系-人物*/
	.lx-list {
		height: auto;
		margin: 0 auto;
		overflow: hidden;
		width: 94%
	}

	.lx-list h2 {
		display: block;
		width: 100%;
		font-size: 24px;
		margin: 50px auto 30px auto;
		color: #000;
	}

	.lx-list .lx-item {
		width: 49%;
		overflow: hidden;
		float: left;
		margin-bottom: 10px;
		background: #f7f8f8;
		padding: 10px 0;
		height: 335px;
	}

	.lx-list .lx-item:nth-child(even) {
		float: right;
	}

	.lx-list .lx-item img {
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}

	.lx-list .lx-item .info {
		width: 100%;
		margin: 10px auto 0 auto;
		overflow: hidden;
		font-size: 14px;
		color: #666;
		line-height: 24px;
		overflow: hidden;
		text-align: center;
	}



/*列表-新闻*/

	.list-title {
		height: 50px;
		background: #efefef;
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	.list-title .main {
		width: 96%;
		margin: 0 auto;
		text-align: left;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		color: #000;
		font-family: "SourceHanSansCN-Medium";
	}

	.list-title .main a {
		font-size: 20px;
		color: #8d8d8d;
	}

	.list-title .main ul {
		float: right;
		overflow: hidden;
	}

	.list-title .main ul li {
		line-height: 50px;
		height: 50px;
		font-size: 18px;
		color: #000;
		text-align: center;
		overflow: hidden;
		float: left;
		font-family: "SourceHanSansCN-Medium";
		
	}

	.list-title .main ul li a {
		display: inline-block;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		font-size: 18px;
		color: #000;
		padding: 0 10px;
	}

	.list-title .main ul li.cur {
		background: #fff;
		
	}
    .list-title .main ul li.cur a{ color: #000; }

	.title-top {
		padding-top: 20px;
	}

	.news-title {
		width: 100%;
		margin: 50px auto 30px auto;
		text-align: center;
		color: #000;
		/* font-size: 35px; */
		    font-size: 28px;
	}

	.news-pic {
		width: 100%;
		text-align: center;
		margin: 10px auto;
	}

	.news-pic img {
		display: block;
		margin: 0 auto;
		width: 94%;
		max-width: 1390px;
	}

	.list-news {
		height: auto;
		margin: 10px auto 0 auto;
		overflow: hidden;
		width: 94%;
	}

	.list-news .news-item2 {
		display: block;
		margin: 0 auto 10px auto;
		width: 100%;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover auto;
		-webkit-background-size: cover;
		-o-background-size: cover;
		overflow: hidden;
	}

	.list-news .news-item2 .info {
		width: 100%;
		margin: 230px auto 20px auto;
		overflow: hidden;
	}

	.list-news .news-item2 .info h2 {
		display: block;
		width: 90%;
		margin: 10px auto;
		line-height: 30px;
		text-align: center;
		color: #000;
		font-size: 20px;
		font-family: "SourceHanSansCN-Medium";
		font-weight: normal;
	}

	.list-news .news-item2 .info p {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		text-align: center;
		color: #c39958;
		font-size: 16px;
	}
    
	
/*解决方案*/
	.solution-main {
		height: auto;
		overflow: hidden;
		margin: 20px auto;
		width: 94%;
	}

	.solution-main .sol-item {
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
	}

	.solution-main .sol-item img {
		display: block;
		width: 100%;
		min-height: 300px;
		max-height: 700px;
	}

	.solution-main .sol-item h2 {
		display: block;
		width: 100%;
		line-height: 30px;
		color: #999;
		font-size: 16px;
		text-align: center;
		overflow: hidden;
		font-weight: normal;
	}

	
/*新闻资讯*/
	.news-main {
		height: auto;
		overflow: hidden;
		width: 94%;
		margin: 0 auto;
	}

	.news-main h1 {
		display: block;
		overflow: hidden;
		width: 100%;
		font-size: 24px;
		margin: 50px auto 30px auto;
		
		font-weight: normal;
		color: #000;
	}

	.news-main .news-item {
		width: 100%;
		overflow: hidden;
		margin: 0 auto 30px;
		background: #f7f8f8;
	}

	.news-main .news-item .news-left {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

	.news-main .news-item .news-left h2 {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 20px auto;
		line-height: 30px;
		text-align: center;
		font-weight: normal;
	}

	.news-main .news-item .news-left h2 a {
		color: #666;
		font-size: 24px;
	}

	.news-main .news-item .news-left h3 {
		display: block;
		margin: 10px auto;
		width: 100%;
		overflow: hidden;
		font-weight: normal;
		font-size: 24px;
		text-align: center;
		color: #666;
	}

	.news-main .news-item .news-left h2 a:hover {
		color: #d2b58d;
	}

	.news-main .news-item .news-right {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.news-main .news-item .news-right .news-right-l {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
	}

	.news-main .news-item .news-right .news-right-l img {
		display: block;
		margin: 0 auto;
		max-width: 95%;
	}

	.news-main .news-item .news-right .news-right-r {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.news-main .news-item .news-right .news-right-r .news-c {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		line-height: 24px;
		font-size: 14px;
		color: #666;
		text-align: center;
		padding: 5px;
	}
	
	
/*详情页*/
	.vist-main {
		width: 94%;
		height: auto;
		overflow: hidden;
		margin: 20px auto 40px auto;
	}

	.vist-main h1 {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		font-size: 20px;
		color: #333;
		text-align: left;
		margin: 0 auto 20px auto;
	}

	.vist-main .info {
		width: 100%;
		line-height: 30px;
		margin: 8px auto 15px auto;
	}

	.vist-main .info span {
		display: block;
		float: left;
		line-height: 30px;
		color: #666;
	}

	.vist-main .info a {
		display: block;
		float: left;
		line-height: 30px;
		color: #c39958;
	}

	.vist-main .info em {
		display: block;
		float: left;
		width: 100%;
		line-height: 22px;
		color: #666;
		margin-bottom: 20px;
	}

	.liuyan {
		width: 94%;
		overflow: hidden;
		margin: 0 auto;
	}

	.liuyan h1 {
		display: block;
		margin: 50px auto 30px auto;
		font-size: 24px;
		width: 100%;
		overflow: hidden;
		color: #000;
	}

	.liuyan h2 {
		display: block;
		width: 100%;
		margin: 0 auto 20px auto;
		line-height: 40px;
		border-top: #f1f1f1 solid 2px;
		border-bottom: #f1f1f1 solid 2px;
		padding-top: 20px;
		color: #666;
		padding-bottom: 20px;
		text-align: left;
		font-size: 22px;
		font-weight: normal;
	}

	.liuyan ul {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.liuyan ul li {
		line-height: 60px;
		font-size: 20px;
		overflow: hidden;
		float: left;
		color: #666;
	}

	.liuyan ul li.one {
		width: 100%;
	}

	.liuyan ul li.one input {
		width: 99%;
		font-size: 20px;
		color: #666;
		background: #eeeeee;
		height: 60px;
		border: #333 solid 1px;
	}

	.liuyan ul li.two {
		width: 48%;
	}

	.liuyan ul li.two input {
		width: 98%;
		font-size: 20px;
		color: #666;
		background: #eeeeee;
		height: 60px;
		border: #333 solid 1px;
	}

	.liuyan ul li.right {
		float: right;
	}

	.liuyan ul li.three {
		width: 100%;
	}

	.liuyan ul li.three textarea {
		width: 99%;
		color: #666;
		font-size: 20px;
		resize: none;
		background: #eeeeee;
		height: 200px;
		border: #333 solid 1px;
	}

	.liuyan ul li.four {
		width: 100%;
		text-align: center;
	}

	.liuyan ul li.four input {
		width: 200px;
		line-height: 50px;
		height: 50px;
		background: #eeeeee;
		border: #eeeeee solid 1px;
		color: #666;
		text-align: center;
		font-size: 20px;
	}

	.list-qa {
		width: 94%;
		overflow: hidden;
		margin: 20px auto;
	}

	.list-qa h1 {
		width: 100%;
		display: block;
		margin: 50px auto 30px auto;
		font-size: 30px;
		padding-bottom: 30px;
		border-bottom: #f1f1f1 solid 2px;
		font-weight: 500;
	}

	.list-qa ul {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.list-qa ul li {
		width: 100%;
		margin: 0px auto 30px auto;
		border-bottom: #f1f1f1 solid 2px;
		padding-bottom: 30px;
	}

	.list-qa ul li h2 {
		display: block;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		
		font-weight: 500;
		font-size: 24px;
		color: #231815;
		line-height: 40px;
	}

	.list-qa ul li h3 {
		display: block;
		width: 100%;
		margin: 10px auto 0;
		overflow: hidden;
		
		font-weight: 400;
		font-size: 22px;
		line-height: 30px;
		color: #908f8f;
	}

	.list-banner {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	.list-banner img {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-height: 200px;
	}

	.MainContent {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		line-height: 25px;
		font-size: 16px;
		color: #222;
	}

	.MainContent p {
		line-height: 25px;
		font-size: 16px;
		color: #222;
	}

	.MainContent img {
		max-height: 100%;
		max-width: 100%;
	}

	.about-one {
		margin: 0 auto 10px auto;
		width: 94%;
	}

	.about-one h2 {
		display: block;
		width: 100%;
		/* margin: 50px auto 30px auto; */
		font-size: 24px;
		color: #000;
		margin: 370px auto 40px auto;
	}

	.about-one .text {
		margin: 0 auto;
		width: 100%;
		font-size: 18px;
		color: #666;
		overflow: hidden;
		font-family: "SourceHanSansCN-Regular";
		line-height: 35px;
	}

	.about-one .pic {
		margin: 18px auto 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.about-one .pic img {
		display: block;
		margin: 0 auto 10px auto;
		max-width: 100%;
	}

	.about-two {
		margin: 0 auto;
		width: 94%;
	}

	.about-two h2 {
		display: block;
		width: 94%;
		margin: 50px  auto;
		font-size: 24px;
	}

	.about-two img {
		display: block;
		max-width: 100%;
		max-height: 100%;
		margin: 0 auto;
	}

	.about-three {
		margin: 0 auto;
		overflow: hidden;
		width: 94%;
	}

	.about-three h2 {
		display: block;
		width: 100%;
		margin: 50px auto 30px auto;
		font-size: 24px;
		color: #000;
	}

	.about-three .title1 {
		display: block;
		width: 100%;
		margin: 60px auto 30px auto;
		font-size: 24px;
		color: #000;
	}

	.about-three .title2 {
		display: block;
		width: 100%;
		margin: 30px auto;
		padding: 20px 0;
		line-height: 40px;
		border-top: #f1f1f1 solid 2px;
		border-bottom: #f1f1f1 solid 2px;
		color: #666;
		font-size: 22px;
		font-weight: normal;
	}

	.about-three .text {
		margin: 0 auto;
		width: 100%;
		font-size: 18px;
		font-family: "SourceHanSansCN-Regular";
		color: #666;
		line-height: 30px;
	}

	.about-three .pic {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}

	.about-three .pic img {
		display: block;
		margin: 10px auto 0 auto;
		max-width: 100%;
	}

	.about-three h3 {
		display: block;
		width: 100%;
		margin: 20px auto;
		line-height: 30px;
		font-size: 18px;
		color: #c39958;
		font-family: "SourceHanSansCN-Regular";
		font-weight: normal;
	}

	.about-five {
		margin: 50px auto 20px auto;
		width: 94%;
		overflow: hidden;
	}

	.about-five .left {
		margin: 0 auto 20px auto;
		width: 100%;
		overflow: hidden;
	}

	.about-five .left h2 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.about-five .left h2 a {
		font-size: 24px;
		color: #000;
	}

	.about-five .left p {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 10px auto;
		line-height: 30px;
		font-size: 18px;
		font-family: "SourceHanSansCN-Regular";
		color: #666;
	}

	.about-five .left img {
		display: inline-block;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.about-five .right {
		margin: 0 auto 20px auto;
		width: 100%;
		overflow: hidden;
	}

	.about-five .right h2 {
		display: block;
		width: 100%;
		margin: 0 auto;
	}

	.about-five .right h2 a {
		font-size: 24px;
		color: #000;
	}

	.about-five .right p {
		display: block;
		width: 100%;
		overflow: hidden;
		margin: 10px auto;
		line-height: 30px;
		font-size: 18px;
		font-family: "SourceHanSansCN-Regular";
		color: #666;
	}

	.about-five .right img {
		display: inline-block;
		width: 100%;
		margin: 0 auto 20px auto;
	}

	.about-six {
		margin: 60px auto;
		overflow: hidden;
		width: 94%;
	}

	.about-six  .title1 {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
	}

	.about-six  .title1 img {
		max-height: 126px;
		max-width: 100%;
		display: inline-block;
		float: left;
	}

	.about-six  .title2 {
		margin: 40px auto;
		overflow: hidden;
		width: 100%;
		font-weight: 500;
		font-size: 30px;
		color: #221815;
		text-align: left;
	}

	.about-six .txt {
		margin: 0 auto;
		overflow: hidden;
		width: 100%;
		
		font-size: 16px;
		line-height: 34px;
		color: #221815;
	}

	.about-six .pic {
		margin: 40px auto 0 auto;
		width: 100%;
	}

	.about-six .pic img {
		display: inline-block;
		max-width: 100%;
		float: left;
		margin-bottom: 20px;
	}

	.list-bottom {
		width: 100%;
		margin: 0 auto;
		height: 60px;
	}
}		


@media all and (max-width:640px) {
   .index-about-us .company-info {
		width: 100%;
		
		height:auto;
		/* min-height:50%; */
		    min-height: 180px;
		max-height:327px;
		
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	}
	
	.index-about-us .company-info .info h1 {
		display: block;
		width: 100%;
		color: #fff;
		/* font-size: 40px; */
		font-size:1.2em;
		text-align: left;
		font-family: "SourceHanSansCN-Bold";
		font-weight: 900;
		margin: 10px auto 0 auto;
	}

	.index-about-us .company-info .info p {
		display: inline-block;
		width: 100%;
		line-height: 20px;
		color: #fff;
		font-size: 1.0em;
		text-align: left;
		margin: 10px auto 0 auto;
	}

	.index-about-us .company-info .info p br {
		display: none;
	}

	.index-about-us .company-info .info .more {
		/* height: 28px; */
		height:20px;
	}

	.index-about-us .company-info .info  a {
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 10px auto;
		color: #c39958;
		font-size: 20px;
		text-align: left;
	}
	
	.list-title .main {
		width: 94%;
		margin: 0 auto;
		text-align: left;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		color: #000;
		font-family: "SourceHanSansCN-Medium";
	}
	
	
    .list-news .news-item2 .info {
    width: 100%;
    margin: 270px auto 20px auto;
    overflow: hidden;
    }
	
	.news-title {
    width: 100%;
    margin: 10px auto 20px auto;
    text-align: center;
    color: #000;
    /* font-size: 35px; */
    font-size: 25px;
    }
	
	.list-news .news-item2 .info h2 {
    display: block;
    width: 90%;
    margin: 10px auto 5px auto;
    line-height: 30px;
    text-align: center;
    color: #000;
    font-size: 17px;
    font-family: "SourceHanSansCN-Medium";
    font-weight: normal;
     }
    
	.list-news .news-item2 .info p {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    color: #c39958;
    font-size: 14px;
    }
	
	.one{
		display:none;
	}
	.two{
		display:none;
	}
	
	footer .main .left1 ul li {
	width: 100%;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    }
	
	footer .main .left2 ul li {
    width: 100%;
    float: left;
    margin-right: 10px;
    text-align: center;
    }
	
	.index-application-case .appcase-item .info {
    width: 100%;
    margin: 40px auto 0 auto;
    }
	
	.index-application-case .appcase-item .info .big {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-top: -120px;
    overflow: hidden;
    float: right;
    }
	
	.index-product .pro-item .info a {
   display: block;
    margin: 0 auto;
    line-height: 55px;
    height: 60px;
    width: 165px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    /* font-size: 40px; */
    font-size: 35px;
    border: 4px solid #fff;
    }
	
	.index-product .pro-item .info {
    width: 100%;
    margin: 330px auto 0 auto;
    overflow: auto;
    }
	
	.index-iso {
    margin: 10px auto 0 auto;
    width: 94%;
    overflow: hidden;
    }
	
	.index-iso .iso-tab ul li a {
    color: #FFF;
    font-size: 15px;
    font-family: "SourceHanSansCN-Medium";
}

   .index-iso .iso-tab h1 {
    display: inline-block;
    width: 100%;
        margin: 10px auto 0px auto;
    text-align: center;
    color: #FFF;
    /* font-size: 30px; */
    font-size: 26px;
    font-family: "SourceHanSansCN-Bold";
    font-weight: normal;
}


   footer .main .left1 ul h2 {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    }
   footer .main .left2 .two a{
	  font-size:16px;
	  font-weight:900;
   }
	
	
	.about-one h2 {
    display: block;
    width: 100%;
    margin: 50px auto 30px auto;
    font-size: 24px;
    color: #000;
    margin: 50px auto 40px auto;
    }
	
}

